MakeSFX(var Input,var Stub) |
|
This function converts a TUGZip encrypted
archive (*.tze) to a self-extracting encrypted archive. This function
has two arguments. The first one is what encrypted file to convert.
The second one is the stub you want to use. TUGZip currently
only supports two different stub versions: a DOS version (EncDos.sfx)
and one Windows version (EncWin.sfx). |
|
|
Example: |
|
function
main()
{
MakeSFX("C:\\Test.tze","C:\\TUGZip\\EncDos.sfx");
}
|
|
|